projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb6864
)
(sms_of_print): Doc fix in prev change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 20:35:28 +0000
(20:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 May 1998 20:35:28 +0000
(20:35 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index e9faec9118838dd3679ecadbe44275108548e395..80959d0ad868a95c0ce37ffe7a940b05310af1b1 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1816,7
+1816,7
@@
Also print formfeeds as backslash-f.");
DEFVAR_BOOL ("print-escape-nonascii", &print_escape_nonascii,
"Non-nil means print non-ASCII characters in strings as backslash-NNN.\n\
NNN is the octal representation of the character's value.\n\
-Only single-byte characters are affected.");
+Only single-byte characters are affected
, and only in `prin1'
.");
print_escape_nonascii = 0;
DEFVAR_BOOL ("print-quoted", &print_quoted,